From 12506b9ea6871fb53bbd722d6226bcfbc45640d1 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 17 May 2006 19:47:14 +0000 Subject: [PATCH] Add missing doc for Axim, CUP, and Yahoo. --- xmldoc/formats/axim_gpb.xml | 10 ++++++++++ xmldoc/formats/cup.xml | 14 ++++++++++++++ xmldoc/formats/yahoo.xml | 6 ++++++ 3 files changed, 30 insertions(+) diff --git a/xmldoc/formats/axim_gpb.xml b/xmldoc/formats/axim_gpb.xml index e69de29bb..918ce3c93 100644 --- a/xmldoc/formats/axim_gpb.xml +++ b/xmldoc/formats/axim_gpb.xml @@ -0,0 +1,10 @@ + + This format reads the binary (.gpb) track logs recorded on + Dell Axim Navigation Systems. + + + + This is a read-only format for now as the format was reverse + engineered and there are many unknown bytes. We can successfully + extract the common GPS data. + diff --git a/xmldoc/formats/cup.xml b/xmldoc/formats/cup.xml index e69de29bb..9c605e372 100644 --- a/xmldoc/formats/cup.xml +++ b/xmldoc/formats/cup.xml @@ -0,0 +1,14 @@ + + This format supports flight analysis data from the + See You + program. + + + Position information is preserved, but the aviation-specific + information such as runway length and airport frequency, are + written as blanks and ignored on read. + + + Tasks are not supported. + + diff --git a/xmldoc/formats/yahoo.xml b/xmldoc/formats/yahoo.xml index e69de29bb..cc80b98fa 100644 --- a/xmldoc/formats/yahoo.xml +++ b/xmldoc/formats/yahoo.xml @@ -0,0 +1,6 @@ + +This format reads output from the +. +This feature of GPSBabel makes it easy to get geocoded results from +Yahoo into your favorite mapping program, GPS receiver, or other format. + -- 2.30.2